CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 树 存储

搜索资源列表

  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2028
    • 提供者:胡图
  1. BYYN

    0下载:
  2. 用一门面向对象语言建立一个针对LL(1)文法分析构造演示器,输入定义好的文法,进行分析后在内存中建立其存储结构,判断其能用LL(1)文法分析后,建立其分析过程。 为此我们将本任务分解为以下内容: (1)文法的建立; (2)上下文无关文法的判定; (3)消除文法中一切左递归的算法; (4)文法二义性的判定; (5)LL(1)文法的判定; (6)消除直接左递归; (7)消除间接左递归; (8)直接左公因子的改造; (9)间接左公因子的改造; (10
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:187304
    • 提供者:方方
  1. 哈工大软件基础实验报告

    0下载:
  2. 这个报告中包括哈工大计算机软件基础课3个上机实践的源代码,调试过程及实验结果截图。3个实践分别为顺序存储的线性表维护子系统的实现,二叉树的前序遍历程序的实现和二叉排序树维护子系统实现。
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:319488
    • 提供者:chuangxinxuefen
  1. 5

    0下载:
  2. 在顺序存储结构中,利用编号表示元素的位置及元素之间孩子或双亲的关系,因此对于非完全二叉树,需要将空缺的位置用特定的符号填补,若空缺结点较多,势必造成空间利用率的下降。在这种情况下,就应该考虑使用链式存储结构。-Storage structure in order to use the element number that the location and elements of the relationship between children or parents, so for non-c
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:392686
    • 提供者:李南
  1. ok

    0下载:
  2. 图书管理系统,用B树存储,查找,以凹入表的形式显示-library
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:5898
    • 提供者:wangxiaomin
  1. yuandaima

    0下载:
  2. 关于树型结构的测试...树型结构存储系统设计-Tree structure
  3. 所属分类:Software Testing

    • 发布日期:2017-04-14
    • 文件大小:2632
    • 提供者:周某
  1. shu-he-er-cha-shu

    0下载:
  2. 树和二叉树1.二叉树的二叉链表存储结构 2.二叉树的常见算法 -A tree and binary tree binary tree binary linked list storage structure binary tree of the common algorithm
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:1905
    • 提供者:陈燕
  1. bitree

    0下载:
  2. 构造一棵二叉树、释放二叉链表中各结点的存储空间、获取指向二叉树根结点的指针、前序遍历二叉树、中序遍历二叉树、后序遍历二叉树等的编程-Construct a binary tree, the release of storage space for each node in the binary list, access points to the binary tree root pointer, before traversing Binary inorder binary tree trav
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:1184
    • 提供者:宿琦
  1. duijiaojuzhen

    0下载:
  2. 实现任意对角对称矩阵的压缩存储,可以便于树与图的存储,遍历等操作。-Any symmetric matrix diagonal compression and storage, easy tree storage traversal and other operations.
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:1197
    • 提供者:木子
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
  1. 4

    0下载:
  2. 假设树上第个结点所含的数据元素为一个字母,并用链式存储结构为树的存储结构,试写一个按凹入表达方式打印一棵树的算法-Assumes that a tree each node has data elements of a letter, and chain storage structure for the storage structure of tree, try to write a press recessed expression print a tree algorithm
  3. 所属分类:IT Hero

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:wenxiaohua
  1. coo51

    0下载:
  2. 利用先序遍历创建链式存储的二叉树,suanfasheji-Use preorder create chain store binary tree, suanfasheji
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:6704
    • 提供者:胡斌
  1. adfg

    0下载:
  2. 实验3.1 二叉树顺序存储结构基本操作实现实 验3.1 二叉树顺序存储结构基本操作实现-Experiment 3.1 binary sequence to achieve the basic operation of the storage structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:296992
    • 提供者:张建
  1. CATIA-V5-

    0下载:
  2. CATIA V5 遍历整个树结构的零件参数 读取 存储-CATIA V5
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:jane wang
  1. 二叉树

    0下载:
  2. 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。[1](Data structures are the way computers store and organize data. A data structure is a collection of data elements that exist in one or more speci
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:wfwok
  1. 邻域计算

    0下载:
  2. kd树数据存储结构,进行klinyu搜索,GUI界面,具有保存搜索的k邻域数据(Kd tree data storage structure, k linyu search, GUI interface, with k neighborhood data to save the search)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:maweifeng011
搜珍网 www.dssz.com